home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Keyboard Lingo.dir / Scripts_17_Find Buttons and Clear Text Fields.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  190 b   |  7 lines

  1. on enterFrame
  2.   FindButtons()
  3.   put " " into field "Key Data" of castLib "Text"
  4.   put " " into field "keyCode Data" of castLib "Text"
  5.   put " " into field "ASCII Data" of castLib "Text"
  6. end
  7.